﻿/**
				
		 *             *    
	  *     *       *     *
	*         *   *         *
  *             *             * 
   *@description : main 
   *@authro      : chenhy
   *@created     : 2021-01-04
/*==================================================全局==========================================================================*/
@charset "UTF-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	padding: 0;
	margin: 0;
}
html {
	overflow: hidden;
	overflow-y: auto;
} /*始终让 Firefox 显示滚动条*/
* {
	word-wrap: break-word;
}/*文字强制换行word-break:keep-all;(Ff)*/
table {
	border-collapse: collapse;
}/*细线表格*/
fieldset, img {
	border: none;
}/*清除描边*/
ul, li {
	list-style-type: none;
}/*无列表项目标记*/
a {
	text-decoration: none;
}/* 链接无下划线,有为underline;链接去框 */
a:link {
	color: #666;
}/* 未访问的链接 */
a:visited {
	color: #666;
}/* 已访问的链接 */
a:hover {
	color: #c8201a
}/* 鼠标在链接上 */
a:active {
	color: #666;
blr:expression(this.onFocus=this.blur());
}/* 点击激活链接 */
body {
	font-family: "microsoft yahei";
	font-size: 12px;
	color: #979998;
	background: #ffffff;
}
select, input {
	vertical-align: middle;
	outline: none;
}
em, i {
	font-style: normal;
}
input[type=button], input[type=reset], input[type=submit], input[type=radio], input[type=checkbox] {
	cursor: pointer
}
.h10 {
	clear: both;
	height: 10px;
	overflow: hidden;
}
.h15 {
	clear: both;
	height: 15px;
	overflow: hidden;
}
.h20 {
	clear: both;
	height: 20px;
	overflow: hidden;
}
.h25 {
	clear: both;
	height: 25px;
	overflow: hidden;
}
.h30 {
	clear: both;
	height: 30px;
	overflow: hidden;
}
.h35 {
	clear: both;
	height: 35px;
	overflow: hidden;
}
.h40 {
	clear: both;
	height: 40px;
	overflow: hidden;
}
.h45 {
	clear: both;
	height: 45px;
	overflow: hidden;
}
.h55 {
	clear: both;
	height: 55px;
	overflow: hidden;
}
.h60 {
	clear: both;
	height: 60px;
	overflow: hidden;
}
.h70 {
	clear: both;
	height: 70px;
	overflow: hidden;
}
.h80 {
	clear: both;
	height: 80px;
	overflow: hidden;
}
.h85 {
	clear: both;
	height: 85px;
	overflow: hidden;
}
.clear {
	clear: both;
	overflow: hidden;
}
.fl {
	float: left;
	display: inline;
}
.fr {
	float: right;
	display: inline;
}
/*^
 * 框架
 * @created 2015.1.9
 * @return
 */	
.wrap {
	width: 1200px;
	clear: both;
	margin: 0 auto;
}
.header{
	width: 1300px;
	clear: both;
	margin: 0 auto;
}
/*===========================头部begin===========================*/
.top_wel {
	height: 40px;
	line-height: 40px;
	clear: both;
	overflow: hidden;
	background: #f2f2f2;
	border-bottom: 1px solid #e1e0e0;
	color: #666666;
	margin-bottom: 85px
}
.topshare {
	height: 40px;
	line-height: 40px;
	padding-left: 5px;
}
.topshare a {
	margin: 11px 6px 6px 0 !important;
	height: 20px !important;
	width: 10px;
	padding-left: 12px !important;
}
.topshare .a_weixin {
	background: url(../Img/topshare.png) no-repeat left top;
}
.topshare .a_tsina {
	background: url(../Img/topshare.png) no-repeat -30px top;
}
.topshare .a_tqq {
	background: url(../Img/topshare.png) no-repeat -56px top;
}
.topshare .a_qzone {
	background: url(../Img/topshare.png) no-repeat -81px top;
}
.top {
	width: 100%;
	clear: both;
	height: 85px;
	border-bottom: 5px solid rgba(255,255,255,0.5);
	position: absolute;
	top: 40px;
	left: 0;
	z-index: 9999;
}
/*logo*/
.logo {
	width: 375px;
	height: 70px;
	overflow: hidden;
	padding: 10px 0 20px;
}
.logo a {
	display: block;
}
.logo img {
	height: 70px;
	display: block;
}
/*导航*/
.menu {
	height: 90px;
	position: relative;
}
.menu .menuDl {
	position: relative;
	width: 100%;
	z-index: 9
}
.menu dd {
	float: left;
	width:115px;
	height: 90px;
	display: inline;
	position: relative;
	cursor: pointer;
	z-index:22;
}
.menu dd span {
	display:block;
	height: 90px;
	overflow: hidden;
}
.menu dd span a {
	display: block;
	font-size: 16px;
	height: 85px;
	line-height: 85px;
	color: #333;
	text-align:center;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}
.menu dd.hover span a {
	color: #ffffff;
}
.menu dd .div {
	position: absolute;
	top: 85px;
	left: -1px;
	width:116px;
	background: #ffffff url(../Img/menuico2.png) no-repeat center top;;
	z-index: 99;
	padding-top:25px;
	padding-bottom:15px;
	display: none;
}
.menu dd .div a {
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #666;
	display: block;
	text-align: center
}
.menu dd .div a:hover {
	color: #d10000;
}
.menu .menuIco {
	height: 85px;
	width: 0;
	background: #d10000;
	border-bottom:5px solid #970404;
	position: absolute;
	top: 0;
	left: 0;
	z-index:1;
}
.ddLineBox{
	width:100%;
	height: 90px;
	overflow:hidden;
	position:absolute;
	top:0;
	left:-1px;
	}
.ddLine{
	width:115px;
	height: 90px;
	background: url(../Img/menubg.jpg) no-repeat right top;
	display:inline;
	float:left;
	position:relative;
	left:1px;
	}
/*===========================头部end===========================*/
/*^
 * bannerSlide css
 * @created 2015.3.2
 * 以下涉及到的宽度不需要修改（宽度只是为了实现居中，并不代表具体宽度），高可以修改
 * end
 */	
 /*---------------------------banner--------------------------------*/
.bannerSlide {
	position: relative;
	background: #fff;
	overflow: hidden;
	width: 100%;
	height::520px!important;
}
.bannerSlide .hd {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 20px;
	left: 0;
	height: 10px;
	line-height: 30px;
	display:none
}
.bannerSlide .hd ul {
	text-align: center;
	height: 10px;
}
.bannerSlide .hd ul li {
	cursor: pointer;
	display: inline-block;
*display:inline;
	zoom: 1;
	overflow: hidden;
	line-height: 999px;
	margin-left: 10px;
	height: 10px;
	width: 10px;
	border-radius: 10px;
	background: #fff;
}
.bannerSlide .hd ul li.on {
	background: #d10000;
}
.bannerSlide a {
	display: block;
	height: 100%;
}
.bannerSlide .slide_ul li {
	width: 100%;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	-webkit-background-size:cover;
}
.bannerSlide .prev {
	height: 33px;
	width: 17px;
	background: url(../Img/prev1.png) no-repeat center center;
	position: absolute;
	left: 50%;
	margin-left: -630px;
	bottom:30px;
	cursor: pointer;
	z-index:9999;
}
.bannerSlide .next {
	height: 33px;
	width: 17px;
	background: url(../Img/next1.png) no-repeat center center;
	position: absolute;
	right: 50%;
	margin-right: -630px;
	bottom:30px;
	cursor: pointer;
	z-index:9999;
}
.bannerText{
	clear:both;
	height:0px;
	position:relative;
	}
.bannerTextC{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:95px;
	background:rgba(209,0,0,0.7);
	z-index:999;
	}
.bannerTextC_t{
	height:95px;
	padding-right:20px;
	line-height:95px;
	text-align:left;
	font-size:24px;
	color:#ffffff;
	background:url(../Img/menuico3.png) no-repeat right center;
	}
.bannerTextC_txt{
	height:60px;
	overflow:hidden;
	font-size:14px;
	line-height:30px;
	text-align:left;
	color:#fff;
	padding-left:15px;
	padding-top:15px;
	padding-right:20px;
	}
.bannerTextC_txt a{color:#fff;}
/*---------------------------footer--------------------------------*/
.foot1 {
	padding: 20px 0;
	background: #13293d;
	width: 100%;
	overflow: hidden;
	clear: both;
}
.foot1 dl dd {
	float: left;
	display: inline;
	overflow: hidden;
	width: 80px;
	padding-right: 55px;
}
.foot1 dl dd span {
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	color: #d7d8d9;
	display: block;
	font-weight:bold;
	text-align: left;
}
.foot1 dl dd a {
	display: block;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	color: #9b9ea0;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: left;
}
.foot1 dl dd a:hover {
	color: #fff;
}
.foot_ewm {
	width: 100px;
	overflow: hidden;
	margin-left: 90px;
}
.foot_ewm span {
	font-size: 14px;
	color: #a7a7a7;
	line-height: 40px;
	height: 40px;
	display: block;
	text-align: center;
}
.foot_ewm .ewmbox {
	height: 100px;
	width: 100px;
	overflow: hidden;
}
.foot_ewm .ewmbox img {
	height: 100px;
	width: 100px;
}
.foot_ewm em {
	font-size: 14px;
	color: #898989;
	line-height: 30px;
	height: 30px;
	display: block;
	text-align: center;
}
/*foot2*/
.foot2 {
	padding: 15px 0;
	background: #9a0101;
	width: 100%;
	overflow: hidden;
	clear: both;
	border-top:1px solid #970404;
}
.foot2 .divleft {
	overflow: hidden;
	color: #fff;
	line-height: 30px;
	padding-left: 50px;
	font-size:14px;
}
.foot2 .divright {
	overflow: hidden;
	line-height: 23px;
	text-align: right;
	padding-right:100px;
}
.foot2 .divright a {
	color: #999999;
}
.foot2 .divright a:visited {
	color: #999999;
}
.foot2 .divright a:hover {
	color: #152d79;
}
.foot2 .divright a:active {
	color: #999999;
}
/*---------------------------content--------------------------------*/
/*图片放大效果*/
.imghover {
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-o-transition: 0.5s all;
	transition: 0.5s all;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.imghover:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
/*con1*/
/*=======================foucs begin===================*/
.focus {
	width:585px;
	height:350px;
	overflow: hidden;
	position: relative;
}
.focus .hd {
	overflow: hidden;
	position: absolute;
	right: 8px;
	bottom: 15px;
	z-index: 2;
	height: 10px;
}
.focus .hd ul {
	overflow: hidden;
	zoom: 1;
	float: right;
}
.focus .hd ul li {
	float: left;
	margin-right: 5px;
	overflow: hidden;
	width: 10px;
	height: 10px;
	line-height: 100px;
	border-radius: 10px;
	text-align: center;
	background: #999999;
	cursor: pointer;
	color: #c8201a;
}
.focus .hd ul li.on {
	background: #c8201a;;
}
.focus .bd {
	position: relative;
	height: 100%;
	z-index: 1;
}
.focus .bd li {
	zoom: 1;
	vertical-align: middle;
	width:585px;
	height:350px;
}
.focus .bd li a {
	display: block;
	width:585px;
	height:350px;
	position: relative;
}
.focus .bd img {
	width:585px;
	height:350px;
	display: block;
}
.focus .textbg {
	position: absolute;
	bottom: 0px;
	height: 40px;
	background: url(../Img/mc.png) repeat left top;
	width: 100%;
	z-index: 1;
	color: #fff;
	line-height: 40px;
	padding-left: 10px;
}
/*=======================foucs end===================*/
.con1_r {
	width: 580px;
	height: 350px;
	overflow: hidden;
	margin-left:15px;
}
.tabsul {
	height: 28px;
	border-bottom: 2px solid #c3c3c3;
	clear: both;
}
.tabsul li {
	padding: 0 10px;
	margin-right: 10px;
	float: left;
	display: inline;
	position: relative;
	height: 28px;
	line-height: 16px;
	text-align: center;
	font-size: 16px;
}
.tabsul.tye li{font-size: 18px;}
.tabsul li i {
	width: 83px;
	height: 2px;
	position: absolute;
	bottom: -2px;
	left: 50%;
	margin-left: -41px;
	background:#c8201a;
	display: none;
}
.tabsul li:hover i {
	display: block
}
.tabsul li.hover i {
	display: block
}
.tabsul li:hover a {
	color: #c8201a
}
.tabsul li.hover a {
	color: #c8201a
}
.conBox .a1 {
	height: 24px;
	line-height: 24px;
	color: #c8201a;
	font-weight: bold;
	clear: both;
	overflow: hidden;
	display: block;
	font-size: 16px;
	text-align: center;
}
.conBox .a1:visited {
	color: #555;
}
.conBox .a1:hover {
	color: #152d79;
}
.conBox .a1:active {
	color: #555;
}
.conBox .divtext {
	height: 50px;
	line-height: 25px;
	clear: both;
	overflow: hidden;
	color: #666;
	margin-top: 10px;
	text-indent: 2em;
	font-size:14px;
}
.conBox .divtext a {
	color: #f7b100;
}
.conBox .divtext a:hover {
	text-decoration: underline;
	color: #f7b100;
}
.conBox dl{margin-top:5px;}
.conBox dl dd {
	height: 44px;
	line-height: 44px;
	overflow: hidden;
	clear: both;
	border-bottom:1px dotted #cccccc;
	font-size:16px;
}
.conBox dl dd a{color:#454545;}
.conBox dl dd a:hover{color:#c8201a;}
.conBox dl span {
	float: right;
	display: inline;
	color: #999;
}
.con1_r2{
	width:270px;
	overflow:hidden;
	}
.con1_r2 a{
	display:block;
	width:270px;
	height:92px;
	margin-bottom:10px;
	}
.con1_r2 a img{
	display:block;
	width:270px;
	height:92px;
	}
	
.ztImgSwitch{
	position: relative;
	overflow: hidden;
}
.ztImg_dl{
	margin: 0px -10px;
	overflow: hidden;
}
.ztImg_dl dd{
	width: 33.333333%;
	overflow: hidden;
	float: left;
	display: inline;
}
.ztImg_a{
	display: block;
	height: 100px;
	overflow: hidden;
	margin: 0px 10px;
}
.ztImgSlide{
	overflow: hidden;
	position: relative;
	margin: 0px 10px;
}
.ztImgSlide .bd{
	height: 100px;
	overflow: hidden;
}
.ztImg_ul{
	overflow: hidden;
}
.ztImg_ul li{
	overflow: hidden;
}
.ztImgSlide .ztImg_a{
	margin: 0px;
}
.ztImgSlide .bt{
	height: 100%;
	position: absolute;
	top: 0;
	width: 30px;
	cursor: pointer;
	display: block;
	-webkit-transition: 0.3s linear;
	-o-transition: 0.3s linear;
	transition: 0.3s linear;
}
.ztImgSwitch .bt.prev{
	left: -30px;
	background: url(../Img/prev3.png) center center no-repeat;
}
.ztImgSwitch .bt.next{
	right: -30px;
	background: url(../Img/next3.png) center center no-repeat;
}
.ztImgSlide:hover .bt.prev{
	left: 0;
}
.ztImgSlide:hover .bt.next{
	right: 0;
}
/*.ztImgSwitch a{
	width:386px;
	display:block;
	overflow:hidden;
	padding:0 20px 0 0;
	float:left;
	}
.ztImgSwitch a img{width:386px;height:100px;}
*/
/*con2*/
.con2 {
	height: 330px;
	clear: both;
	overflow: hidden;
	background: #f4f4f4;
}
.con2L{
	width:480px;
	height:272px;
	overflow:hidden;
	background:#fff;
	padding:0 15px;
	position:relative
	}
.tabsul2{
	position:absolute;
	top:0;
	right:0;
	}
.tabsul2 li{
	display:inline;
	float:left;
	height:43px;
	padding-left:13px;
	}
.tabsul2 li a{
	display:block;
	height:43px;
	line-height:50px;
	font-size:14px;
	color:#666;
	}
.tabsul2 li.hover a{color:#152d79;background:url(../Img/bg2.png) no-repeat center top;}
.con2List{overflow:hidden}
.con2List dd {
	height: 34px;
	line-height: 34px;
	overflow: hidden;
	clear: both;
	border-bottom:1px dotted #cccccc;
	font-size:14px;
}
    .con2List dd a {
        color: #454545;
        display: block;
        float: left;
        width: 380px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
.con2List dd a:hover{color:#c8201a;}
    .con2List span {
        float: right;
        display: inline;
        color: #999;
    }
.con2C{
	width:370px;
	height:272px;
	overflow:hidden;
	background:#fff;
	padding:0 15px;
	margin:0 1px;
	}
.con2R{
	width:258px;
	height:272px;
	overflow:hidden;
	background:#fff;
	padding:0 15px;
	}
.con2RPic{
	width:255px;
	height:175px;
	overflow:hidden;
	margin:0 auto;
	position: relative;
	}
.con2RPic a{
	display:block;
	width:255px;
	height:175px;
	position:relative;
	}
.con2RPic a img{
	display:block;
	width:255px;
	height:175px;
	}
.con2RPic a i{
	display:block;
	width:255px;
	height:175px;
	position:absolute;
	top:0;
	left:0;
	}

.tabs2 {
	position: relative;
}
.tabs2 .a1 {
	position: absolute;
	top:18px;
	right: 0;
}
.productDl {
	height: 260px;
	clear: both;
	position: relative;
}
.productDl .bd {
	width: 1200px;
	overflow: hidden;
	height: 260px;
}
.productDl dd {
	width: 260px;
	height: 235px;
	float: left;
	display: inline;
	overflow: hidden;
	margin-right: 53px;
}
.productDl dd p {
	height: 173px;
	width: 260px;
	overflow: hidden;
	display: block;
	position: relative
}
.productDl dd p img {
	height: 173px;
	width: 260px;
}
.productDl dd .a1 {
	width: 230px;
	overflow: hidden;
	display: block;
	position: absolute;
	left: 0;
	bottom: -200px;
	background: url(../Img/mc.png) repeat left top;
	color: #fff;
	font-size: 14px;
	line-height: 22px;
	height: 90px;
	padding: 55px 15px;
}
.productDl dd .a2 {
	height: 40px;
	line-height: 40px;
	padding: 10px;
	text-align: center;
	display: block;
	background: #fff;
	font-size: 14px;
}
.productDl .btn {
	height: 13px;
	width: 8px;
	cursor: pointer;
	position: absolute;
	top: 50%;
	margin-top: -6px;
}
.productDl .prev {
	left: -30px;
	background: url(../Img/prev2.png) no-repeat center center
}
.productDl .next {
	right: -30px;
	background: url(../Img/next2.png) no-repeat center center
}

.con3 {
	clear: both;
	overflow: hidden;
	background: #f4f4f4 url(../Img/bg1.png) no-repeat center bottom;
}

/*==============首页代码完==================*/
.subbanner {
	height:320px;
	clear: both;
	overflow: hidden;
}
.subbanner a {
	display: block;
	height: 320px;
}
/*===========================leftnav begin===========================*/
.subcontent {
	clear: both;
	overflow: hidden;
	min-height: 500px;
	height: auto !important;
}
.leftnav_box {
	width: 240px;
	height: auto;
	overflow: hidden;
}
.leftNav {
	clear: both;
	overflow: hidden;
}
.leftNav dt {
	height: 80px;
	width: 240px;
	background: url(../Img/leftbg.jpg) no-repeat left top;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	line-height: 80px;
	text-align: center;
	margin-bottom: 1px;
}
.leftNav dd{
	display:block;
	overflow:hidden;
	}
.leftNav dd span{
	display:block;
	clear: both;
	overflow: hidden;
	height: 40px;
	padding: 0 15px;
	background: #fafafa url(../Img/leftico1.png) no-repeat 190px center;
}
.leftNav dd span a {
	height: 39px;
	display: block;
	line-height: 39px;
	padding-left: 10px;
	color: #666;
	font-size: 14px;
	border-bottom: 1px solid #e6e6e6;
}
.leftNav dd span a:visited {
	color: #666
}
.leftNav dd span a:hover {
	color: #fff;
}
.leftNav dd span a:active {
	color: #666
}
.leftNav dd:hover span{
	background: #970404 url(../Img/leftico2.png) no-repeat 190px center;
}
.leftNav dd.currclass span{
	background: #970404 url(../Img/leftico2.png) no-repeat 190px center;
}
.leftNav dd:hover span a {
	color: #fff;
	border-bottom: none
}
.leftNav dd.currclass span a {
	color: #fff;
	border-bottom: none
}
.leftnav_box .contactBox {
	overflow: hidden;
	clear: both;
	width: 240px;
	position: relative;
	display: block;
}
.leftnav_box .contactBox.h130 {
	height: 130px;
}
.leftnav_box .contactBox.h160 {
	height: 160px;
}
.leftnav_box .contactBox span {
	height: 30px;
	width: 190px;
	margin-left: 50px;
	line-height: 30px;
	font-size: 24px;
	color: #fff;
	display: block;
	padding-left: 35px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -15px;
}
.leftnav_box .contactBox span.span1 {
	background: url(../Img/leftico3.png) no-repeat left center
}
.leftnav_box .contactBox span.span2 {
	background: url(../Img/leftico4.png) no-repeat left center
}

.leftNav dd div{
	overflow:hidden;
	clear:both;
	display:none;
	padding:5px 0;
	}
.leftNav dd.hover div{ display:block; font-size:14px;}
.leftNav dd div a{
	display:block;
	line-height:30px;
	clear:both;
	padding:0 0 0 30px;
	}
.leftNav dd div a.hover{ color:#970404;font-weight:bold;}

/*=============================leftnav end===========================*/


/*===========================当前位置 begin===========================*/
.rightBox {
	width: 900px;
	overflow: hidden;
}
.location {
	width: 100%;
	height: 40px;
	clear: both;
	border-bottom: 2px solid #c3c3c3;
	position: relative;
}
.location span {
	height: 42px;
	line-height: 35px;
	font-size: 18px;
	color: #9a0101;
	background: url(../Img/ico2.png) no-repeat left bottom;
	position: absolute;
	left: 0;
	top: 0;
}
.location p {
	line-height: 35px;
	height: 35px;
	color: #666;
	padding: 0 15px 0 25px;
	background: url(../Img/location.png) no-repeat left center;
}
.location p a.on {
	color: #9a0101;
}
.content_R {
	padding: 10px;
	min-height: 700px;
	height: auto !important;
	height: 700px;
	overflow: hidden;
	_overflow: visible;
}
/*===========================当前位置 end===========================*/

/*===========================新闻详细页 begin===========================*/

.articleBox {
	line-height: 33px;
	color: #666666;
	font-size: 16px;
	margin: 20px 0;
}
.articleBox P {text-indent:2em; line-height:33px!important;font-size:16px!important;}
.articleBox P span {line-height:33px!important; font-size:16px!important;}
.articleBox img {
	max-width: 100%;
}
    .articleBox video {
        max-width: 100%;
    }
.articleBox table td{
	padding: 3px 5px;
}
.articleTitle {
	clear: both;
	text-align: center;
	padding: 20px 10px 0 10px;
	line-height: 35px;
	font-size: 28px;
	color: #333;
}
.articleTime {
	clear: both;
	text-align: center;
	color: #666;
	font-size: 14px;
	height: 20px;
	line-height: 20px;
	padding: 15px 0px 15px 0px;
	border-bottom: 1px solid #dcdcdc;
}
.articleTime span {
	display: inline-block;
	height: 30px;
	padding: 0 5px;
	cursor: pointer;
}
.articleTime span.hover {
	color: #ff0303;
}
.articleVideo {
	width: 625px;
	margin: 0 auto;
	height: 350px;
	overflow: hidden;
}
/*.articlePage{
	clear:both;
	height:30px;
	text-align:center;
	font-family:Arial;
	margin-top:20px;
	}
.articlePage a{
	margin:0 1px;
	background:#fff;
	padding:5px 10px;
	border:1px solid #eaeaea;
	}
.articlePage a:hover{
	color:#fff;
	background:#c2c2c2;
	}
.articlePage a.hover{
	color:#fff;
	background:#c2c2c2;
	}*/

.pageUp {
	display: block;
	line-height: 30px;
	color: #555;
	font-size: 16px;
	padding: 15px 0 30px 0;
	border-top: 1px solid #eae8e8;
}
.pageUp a {
	color: #666;
}
.pageUp a:visited {
	color: #666;
}
.pageUp a:hover {
	color: #152d79;
}
/* 文章阅读页-内容上部大图 */
#play {
	width: 625px;
	height: 375px;
	position: relative;
	overflow: hidden;
	background: #fff;
	border: 1px solid #e9e9e9;
	margin: 20px auto 0 auto;
}
#play .change_a {
	width: 40%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 1;
	cursor: pointer;
	display: block;
	overflow: hidden;
	background: url(about:blank);
}
#play .prev_a {
	left: 0;
}
#play .next_a {
	right: 0
}
#play .change_a span {
	width: 24px;
	height: 43px;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -21px;
	display: none
}
#play .prev_a span {
	background: url(../Img/article_icon.gif) no-repeat 0px -50px;
	_background: url(../Img/article_icon.gif) no-repeat 0px -50px;
	left: 0;
}
#play .next_a span {
	background: url(../Img/article_icon.gif) no-repeat -30px -50px;
	_background: url(../Img/article_icon.gif) no-repeat -30px -50px;
	right: 0;
}
#play .img_ul {
	position: relative;
	z-index: 1;
	width: 625px;
	height: 375px;
	overflow: hidden;
}
#play .img_ul li {
	position: relative;
	z-index: 1;
	width: 625px;
	height: 375px;
	background: #fff;
	margin: 0 0 5px 0;
}
#play .img_ul li img {
	position: absolute;
}
.imgMove {
	width: 625px;
	clear: both;
	margin: 20px auto;
	position: relative;
}
.img_hd {
	margin: 0 auto;
	overflow: hidden;
	height: 100px;
	position: relative;
}
.img_hd ul {
	position: absolute;
	z-index: 1
}
.img_hd ul li {
	float: left;
	height: 85px;
	width: 145px;
	margin-right: 10px;
	cursor: pointer;
	border: 2px solid #ddd;
	position: relative;
}
.img_hd ul li p {
	height: 85px;
	width: 145px;
	display: block;
	background: #fff;
	position: relative;
}
.img_hd ul li i {
	display: block;
	clear: both;
	line-height: 20px;
	padding: 0 5px;
	background: #000;
	color: #fff;
	position: absolute;
	right: 3px;
	bottom: 3px;
	z-index: 99999999999999;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
}
.img_hd ul li img {
	position: absolute;
}
.img_hd ul li.on {
	border: 2px solid #a00404;
}
.imgMove .bottom_a {
	width: 25px;
	height: 25px;
	display: block;
	cursor: pointer;
	z-index: 10;
	float: left;
	top: 35px;
	position: absolute;
	z-index: 9999999999999;
	background: url(../Img/article_icon2.png) no-repeat;
	_background: url(../Img/article_icon2.gif) no-repeat;
}
.imgMove .prev_a {
	background-position: left top;
	left: -35px;
}
.imgMove .next_a {
	background-position: right top;
	right: -35px;
}
.imgMove .prev_a:hover {
	background-position: left bottom;
}
.imgMove .next_a:hover {
	background-position: right bottom;
}
/*===========================新闻详细页 end===========================*/

/*===========================图文列表 begin===========================*/

.newsImgList {
	clear: both;
	overflow: hidden;
	min-height: 300px;
	height: auto !important;
}
.newsImgList dd {
	clear: both;
	overflow: hidden;
	height: 200px;
	padding: 25px 0;
	border-bottom: 1px dotted #cdcdcd;
}
.newsImgList dd .a1 {
	width: 300px;
	height: 200px;
	display: block;
	overflow: hidden;
}
.newsImgList dd .a1 img {
	display: block;
	width: 300px;
	height: 200px;
}
.newsImgList dd .divtext {
	width: 585px;
	height: 200px;
}
.newsImgList dd .divtext .a2 {
	display: block;
	height: 45px;
	line-height: 45px;
	color: #454545;
	font-size: 16px;
}
.newsImgList dd .divtext span {
	height: 45px;
	line-height: 45px;
	color: #999;
}
.newsImgList dd .divtext .a2:visited {
	color: #454545;
}
.newsImgList dd .divtext .a2:hover {
	color: #152d79;
	text-decoration: underline
}
.newsImgList dd .divtext .a2:active {
	color: #454545;
}
.newsImgList dd .divtext em {
	display: block;
	height: 100px;
	line-height: 32px;
	color: #666666;
	font-size: 14px;
	padding: 5px 0;
	clear: both;
	overflow: hidden;
}
.newsImgList dd .divtext .a3 {
	color: #152d79;
	height: 30px;
	line-height: 30px;
	display: block;
	font-size: 14px;
}
.newsImgList dd .divtext .a3:visited {
	color: #152d79;
}
.newsImgList dd .divtext .a3:hover {
	color: #152d79;
	text-decoration: underline
}
.newsImgList dd .divtext .a3:active {
	color: #152d79;
}
/*===========================图文列表 end===========================*/


/*^
 * 文字列表
 * @author 郑雪
 * @created 2015.6.18
 */

.textList {
	min-height: 300px;
	height: auto !important;
	clear: both;
	overflow: hidden;
	padding: 5px 0px 20px 0px;
}
.textList dd {
	display: block;
	clear: both;
	height: 80px;
	padding: 25px 0 20px 0;
	border-bottom: 1px solid #e6e6e6;
}
.textList dd .divleft {
	width: 60px;
	overflow: hidden;
	color: #fff;
}
.textList .divleft span {
	height: 45px;
	display: block;
	text-align: center;
	font-size: 24px;
	line-height: 45px;
	margin-bottom: 1px;
	background: #9a0101;
}
.textList .divleft em {
	height: 20px;
	display: block;
	text-align: center;
	line-height: 20px;
	background: #9a0101;
}
.textList dd .divright {
	width: 825px;
	overflow: hidden;
}
.textList dd a {
	display: block;
	line-height: 25px;
	height: 30px;
	clear: both;
	overflow: hidden;
	font-size: 16px;
}
.textList dd .divright span {
	display: block;
	line-height: 26px;
	font-size: 14px;
	color: #999;
	height: 50px;
	clear: both;
	overflow: hidden;
}
.textList dd:hover .divright span {
	color: #9a0101
}
.textList dd:hover a {
	color: #9a0101
}
/*全图列表*/
.ImgList {
	clear: both;
	overflow: hidden;
	min-height: 300px;
	height: auto !important;
	width: 950px;
}
.ImgList dd {
	float: left;
	display: inline;
	width: 220px;
	background: #f4f4f4;
	border: 1px solid #fff;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
	height: 100px;
	overflow: hidden;
	padding: 25px 20px;
	border-radius: 6px;
	margin: 20px 20px 10px 10px;
}
.ImgList dd .a2 {
	display: block;
	width: 220px;

	overflow: hidden
}
.ImgList dd img {
	width: 220px;
	display: block;
}
.ImgList dd .a1 {
	display: block;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #555555;
	font-size: 14px;
}
.ImgList dd .a1:visited {
	color: #555555;
}
.ImgList dd .a1:hover {
	color: #152d79;
}
.ImgList dd .a1:active {
	color: #555555;
}

/*全图列表*/
.ImgList2 {
	clear: both;
	overflow: hidden;
	min-height: 300px;
	height: auto !important;
	width: 750px;
	margin: 0 auto;
}
.ImgList2 dd {
	float: left;
	display: inline;
	width: 190px;
	background: #fff;
	box-shadow: 0px 0px 10px rgba(153,153,153,0.8);
	height: 305px;
	overflow: hidden;
	padding: 25px 20px;
	border-radius: 10px;
	margin: 10px 10px 10px 10px;
}
.ImgList2 dd .a2 {
	display: block;
	width: 190px;
	height: 275px;
	overflow: hidden
}
.ImgList2 dd img {
	width: 190px;
	height: 275px;
	display: block;
}
.ImgList2 dd .a1 {
	display: block;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #454545;
	font-size: 16px;
}
.ImgList2 dd .a1:visited {
	color: #454545;
}
.ImgList2 dd .a1:hover {
	color: #152d79;
}
.ImgList2 dd .a1:active {
	color: #454545;
}


/*全图列表*/
.ImgList3 {
	width:1000px;
	clear: both;
	overflow: hidden;
	min-height: 300px;
	height: auto !important;
}
.ImgList3 dd {
	float: left;
	display: inline;
	width:280px;
	background: #fff;
	overflow: hidden;
	padding:4px;
	margin:10px 15px 10px 0;
	background:#fff;
	border:1px solid #eee;
}
.ImgList3 dd .a2 {
	display: block;
	width:280px;
	height:187px;
	overflow: hidden
}
.ImgList3 dd img {
	width:280px;
	height:187px;
	display: block;
}
.ImgList3 dd .a1 {
	display: block;
	height:30px;
	line-height:30px;
	text-align: left;
	color: #454545;
	font-size:16px;
	padding:3px 0 0 5px;
}
.ImgList3 dd .a1:visited {
	color: #454545;
}
.ImgList3 dd .a1:hover {
	color: #152d79;
}
.ImgList3 dd .a1:active {
	color: #454545;
}
.ImgList3 dd span{
	padding:0 0 0 5px;
	line-height:25px;
	font-size:14px;
	}
.ImgList3 dd B{ color:#d91615; font-size:20px;}

.con2RPic .bt{height: 30px;
	position: absolute;
	top: 50%;
	width: 30px;
	cursor: pointer;
	display: block;
transform: translateY(-50%);
-wbekit-transform: translateY(-50%);
	}
	.con2RPic .bt.prev{background: url(../Img/prev3.png) center center no-repeat; background-size: cover; left: 0;}
	.con2RPic .bt.next{background: url(../Img/next3.png) center center no-repeat; background-size: cover; right: 0;}
/*^
 * 列表分页
 * @author zx
 */
.fengye {
	padding: 30px 10px 50px 0px;
	overflow: hidden;
	clear: both;
	height: 35px;
	line-height: 35px;
	margin: 0px auto;
	text-align: center;
	font-size:14px;
}
.fengye a {
	padding: 9px 12px;
	color: #383838;
	border-radius: 4px;
	border: 1px solid #dddcdc;
	margin-right: 3px;
	font-family: "宋体";
}
.fengye a:hover {
	background: #9a0101;
	color: #fff;
	border: 1px solid #9a0101;
}
.page a.hover {
	background: #152d79;
	color: #fff;
	border: 1px solid #152d79;
}
.fengye input {
	vertical-align: middle;
	height: 20px;
	border: 1px solid #dddcdc;
}
.fengye .lable {
	color: #383838;
	font-family: "宋体";
}
.fengye input.pageDetail {
	width: 30px;
	height: 30px;
	margin-right: 3px;
	text-align: center;
	border-radius: 4px;
	color: #383838;
	font-family: "宋体";
	margin-bottom: 2px;
}
.fengye input.page_bnt {
	border: none;
	width: 50px;
	height: 30px;
	margin-left: 3px;
	border-radius: 4px;
	cursor: pointer;
}
/*^^^^^^留言^^^^^^^^^^*/
.msgForm {
	clear: both;
	overflow: hidden;
}
.msgForm dd {
	display: block;
	clear: both;
	padding: 7px 0 7px 0px;
	overflow: hidden;
}
.msgForm dt {
	display: block;
	clear: both;
	overflow: hidden;
	height: 36px;
	padding: 5px 0 0 90px;
}
.msgForm_left {
	width: 90px;
	line-height: 30px;
	float: left;
	display: inline;
	text-align: right;
}
.msgForm_right {
	float: left;
	display: inline;
}
.form1_right select {
	padding: 2px;
}
.msgForm_input {
	float: left;
	height: 28px;
	line-height: 28px;
	border: 1px solid #cccccc;
	padding: 0 0 0 5px;
}
.msgForm_input.w155 {
	width: 155px;
}
.msgForm_input_bt {
	width: 90px;
	height: 30px;
	float: left;
	background: #152d79;
	cursor: pointer;
	border-radius: 2px;
	border: none;
	font-family: "microsoft yahei";
	color: #ffffff;
}
.msgForm_input_bt:hover {
	color: #FFF;
	background: #1d59b2;
}
.msgForm_span {
	display: block;
	line-height: 30px;
	float: left;
}
.msgForm_textarea {
	width: 450px;
	height: 135px;
	display: block;
	line-height: 25px;
	float: left;
	border: 1px solid #cccccc;
	outline: none;
	color: #949494;
	padding: 5px;
}
.div30 {
	height: 20px;
	border-bottom: 1px solid #ccc;
	clear: both;
	overflow: hidden;
}
.msgList {
	clear: both;
	border-bottom: 1px dotted #ccc;
	margin: 0px auto 5px auto;
	padding: 5px 0;
	color: #666;
}
.msgList dt {
	display: block;
	height: 30px;
	padding: 0 10px;
	line-height: 30px;
	color: #152d79;
}
.msgList dd {
	line-height: 30px;
	padding: 0px 10px;
}
.msgList dd.reply {
	line-height: 30px;
	padding: 0px 10px;
}
/**/
.msgForm_left1 {
	width: 90px;
	line-height: 30px;
	float: left;
	display: inline;
	text-align: right;
}
.msgForm dd em {
	line-height: 30px;
	float: left;
	display: inline;
	text-align: center;
	font-weight: bold;
	color: #666666;
}
.msgForm dd i {
	line-height: 30px;
	color: #c91e1e;
	padding: 0 0 0 10px;
}
/*招聘列表页*/
.recruitListDl {
	clear: both;
	overflow: hidden;
	min-height: 300px;
	height: auto !important;
}
.recruitListDl dt {
	clear: both;
	overflow: hidden;
	height: 50px;
	line-height: 50px;
	background: #eeeeee;
	color: #808080;
	font-size: 14px;
}
.recruitListDl span {
	float: left;
	display: inline;
	text-align: center;
}
.recruitListDl span.span1 {
	width: 265px;
	border-right: 1px solid #d9d9d9;
}
.recruitListDl span.span2 {
	width: 183px;
	border-right: 1px solid #d9d9d9;
}
.recruitListDl dd {
	clear: both;
	overflow: hidden;
	height: 35px;
	line-height: 35px;
	background: #eeeeee;
	color: #808080;
}
.recruitListDl dd a {
	color: #808080;
}
.recruitListDl dd a:visited {
	color: #808080;
}
.recruitListDl dd a:hover {
	color: #152d79;
	text-decoration: underline;
}
.recruitListDl dd a:active {
	color: #808080;
}
/*招聘详细页*/
.recruitView {
	clear: both;
	overflow: hidden;
	background: #fff;
	font-family: "微软雅黑";
	min-height: 300px;
	height: auto !important;
}
.recruitViewB {
	clear: both;
	overflow: hidden;
	line-height: 24px;
	color: #666;
	font-size: 14px;
}
.recruitViewbtn {
	width: 110px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background: #152d79;
	margin: 30px 0 100px
}
.recruitViewbtn:visited {
	color: #fff;
}
.recruitViewbtn:hover {
	background: #056b31;
	color: #fff;
}
.recruitViewbtn:active {
	color: #fff;
}
/*联系我们*/
.contactUs {
	clear: both;
	overflow: hidden;
}
.c_mapbox {
	height: 350px;
	width: 625px;
	overflow: hidden;
	border: 1px solid #eee;
}
.c_text {
	font-size: 14px;
	color: #666;
	line-height: 30px;
	margin: 100px 0;
	overflow: hidden;
}
/*综合页*/
.subbanner2 {
	height: 240px;
	clear: both;
	overflow: hidden;
}
.subbanner2 a {
	display: block;
	height: 100%;
}
.com_title {
	overflow: hidden;
	clear: both;
	width: 210px;
	position: relative;
	display: block;
	height: 115px;
	background: #152d79;
	margin-top: -74px
}
.com_title span {
	height: 40px;
	width: 190px;
	margin-left: 30px;
	line-height: 40px;
	font-size: 24px;
	color: #fff;
	display: block;
	padding-left: 50px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -15px;
}
.com_title span.span1 {
	background: url(../Img/comico1.png) no-repeat left center;
}
.com_title span.span2 {
	background: url(../Img/comico2.png) no-repeat left center;
}
.divBox1 {
	width: 160px;
	height: 250px;
	background: #efefef;
	padding: 15px 20px;
	position: relative;
}
.divBox1 span {
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #555555;
	display: block;
}
.divBox1 em {
	height: 185px;
	line-height: 22px;
	color: #666666;
	display: block;
}
.divBox1 i {
	height: 24px;
	line-height: 24px;
	display: block;
	background: url(../Img/more.png) no-repeat 0px 5px;
	padding-left: 18px;
}
.divBox1:hover {
	background: #152d79
}
.divBox1:hover span {
	color: #fff
}
.divBox1:hover em {
	color: #fff
}
.divBox1:hover i {
	color: #fff;
	background: url(../Img/more2.png) no-repeat 0px 5px;
}
.divBox2 {
	width: 280px;
	height: 280px;
	overflow: hidden;
}
.divBox2 a {
	width: 280px;
	height: 280px;
	overflow: hidden;
}
.divBox2 img {
	width: 280px;
	height: 280px;
}
.com_conl {
	width: 240px;
	height: 280px;
	overflow: hidden;
}
.com_conl .box {
	height: 140px;
	width: 240px;
	position: relative;
	background: #e5e5e5;
}
.com_conl .box a {
	display: block;
	overflow: hidden
}
.com_conl .box img {
	height: 140px;
	width: 240px;
	display: block;
}
.com_conl .box span {
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	color: #555555;
	display: block;
	padding: 15px 20px 0;
}
.com_conl .box em {
	height: 45px;
	line-height: 22px;
	color: #666666;
	display: block;
	padding: 0px 20px;
}
.com_conl .box i {
	height: 24px;
	line-height: 24px;
	margin-top: 10px;
	display: block;
	background: url(../Img/more.png) no-repeat 20px 5px;
	padding-left: 38px;
}
.com_conl .box b {
	height: 12px;
	width: 25px;
	display: block;
	z-index: 9;
	position: absolute;
}
.com_conl .box b.b1 {
	background: url(../Img/sj.png) no-repeat top center;
	top: -12px;
	left: 22px;
}
.com_conl .box b.b2 {
	background: url(../Img/sj2.png) no-repeat top center;
	bottom: -12px;
	left: 22px;
}
.divBox1 .b3 {
	background: url(../Img/sj3.png) no-repeat top center;
	bottom: 130px;
	right: -12px;
	height: 25px;
	width: 12px;
	display: block;
	z-index: 9;
	position: absolute;
}
.com_conl:hover .box {
	background: #152d79
}
.com_conl:hover .box span {
	color: #fff
}
.com_conl:hover .box em {
	color: #fff
}
.com_conl:hover .box i {
	color: #fff;
	background: url(../Img/more2.png) no-repeat 20px 5px;
}
.com_conl:hover b.b1 {
	background: url(../Img/sj_h.png) no-repeat top center;
}
.com_conl:hover b.b2 {
	background: url(../Img/sj2_h.png) no-repeat top center;
}
.divBox1:hover .b3 {
	background: url(../Img/sj_h3.png) no-repeat top center;
}
.comDl {
	clear: both;
	overflow: hidden;
	width: 1208px;
}
.comDl dd {
	width: 295px;
	height: 220px;
	float: left;
	display: inline;
	margin: 0 7px 7px 0;
	overflow: hidden;
	position: relative;
}
.comDl .bg1 {
	background: #d6565e;
}
.comDl .bg2 {
	background: #f5c229;
}
.comDl .bg3 {
	background: #3694c8;
}
.comDl .bg4 {
	background: #152d79;
}
.comDl dd .divbox {
	width: 295px;
	height: 220px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0
}
.comDl dd p {
	height: 90px;
	width: 200px;
	margin: 0 auto;
	display: block;
	margin-top: 45px;
}
.comDl dd span {
	height: 50px;
	line-height: 50px;
	font-size: 24px;
	color: #fff;
	display: block;
	text-align: center;
}
.comDl dd a {
	width: 295px;
	height: 220px;
	display: block;
}
.comDl dd a img {
	width: 295px;
	height: 220px;
}
/*
* 投票系统
*/
.voteBox {
	width: 1200px;
	overflow: hidden;
	margin: 0px auto;
}
.voteTit {
	height: 60px;
	overflow: hidden;
	line-height: 60px;
	font-size: 24px;
	text-align: center;
	color: #fff;
	background: #b20403;
}
.voteIntr {
	overflow: hidden;
	padding-left: 70px;
	position: relative;
	font-size:16px;
	color:#333;
	line-height:35px;
	min-height: 160px;
	height: auto !important;
	height: 160px;
}
.voteIntrTit {
	display: block;
	width: 20px;
	height: 140px;
	overflow: hidden;
	background: url(../Img/voteicon.png) no-repeat left top;
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 18px;
	color: #fff;
	padding: 10px 14px;
}

.vote_dl {
	width: 1300px;
	overflow: hidden;
}
.vote_dl dd {
	width:367px;
	overflow: hidden;
	float: left;
	display: inline;
	margin: 0px 20px 20px 0px;
	background: #f5f5f5;
	padding: 10px;
}
.voteUserImg {
	display: block;
	width:367px;
	height:245px;
	overflow: hidden;
	text-align:center;
	background:#fff;
}
.voteUserImg img {
	max-width:100%;
	height:245px;
}
.voteDeta {
	padding-right: 100px;
	overflow: hidden;
	height: 72px;
	font-size: 16px;
	color: #454545;
	line-height: 24px;
	position: relative;
	margin-top: 15px;
}
.voteright {
	display: block;
	width: 65px;
	height: 72px;
	overflow: hidden;
	position: absolute;
	right: 0px;
	top: 5px;
}
.voteright .checkbox {
	height: 18px;
	width: 16px;
	border: 1px solid #851111;
	margin: 2px 7px 0 0;
	background: none
}
.voteright .checkbox.hover {
	height: 22px;
	width: 25px;
	background: url(../Img/check.png) no-repeat center center;
	border: none;
	margin: 0px 0px 0 0;
}
.voteright a {
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	display: block;
	clear: both;
	overflow: hidden;
	padding-top: 10px;
}
.voteform {
	width: 325px;
	margin: 20px auto;
	overflow: hidden;
}
.voteform dd {
	clear: both;
	overflow: hidden;
	height: 40px;
	margin-bottom: 20px;
}
.voteform span {
	float: left;
	display: inline;
	width: 108px;
	color: #454545;
	font-size: 14px;
	line-height: 40px;
	text-align: right;
}
.voteform .input {
	width: 208px;
	height: 38px;
	line-height: 38px;
	border: 1px solid #f5f5f5;
	overflow: hidden;
	padding-left: 5px;
}
.voteform .input2 {
	width: 127px;
	height: 38px;
	line-height: 38px;
	border: 1px solid #f5f5f5;
	overflow: hidden;
	padding-left: 5px;
}
.voteform .code {
	width: 48px;
	height: 20px;
	overflow: hidden;
	border: 1px solid #000;
	margin: 10px;
}
.voteform .code img {
	width: 48px;
	height: 20px;
	display: block;
}
.voteform .voteBt {
	width: 111px;
	height: 40px;
	background: url(../Img/votebt.png) no-repeat center center;
	display: block;
	font-size: 18px;
	color: #fff;
	line-height: 40px;
	text-align: center;
	margin: 0px auto;
}
/*底部广告*/
.f_focus {
	width: 320px;
	height: 180px;
	overflow: hidden;
	position: fixed;
	bottom: 0;
	right: 0;
	padding: 10px;
	background: #ccc;
	z-index:1000;
}
.f_focus .hd {
	overflow: hidden;
	position: absolute;
	right: 10px;
	bottom: 15px;
	z-index: 2;
	height: 20px;
}
.f_focus .hd ul {
	overflow: hidden;
	zoom: 1;
	float: right;
}
.f_focus .hd ul li {
	float: left;
	margin-right: 5px;
	overflow: hidden;
	width: 20px;
	height: 20px;
	line-height: 20px;
	border-radius: 20px;
	text-align: center;
	background: #ccc;
	cursor: pointer;
	color: #fff;
}
.f_focus .hd ul li.on {
	background: #152d79;
}
.f_focus .bd {
	position: relative;
	height: 100%;
	z-index: 1;
}
.f_focus .bd li {
	zoom: 1;
	vertical-align: middle;
	width: 320px;
	height: 180px;
}
.f_focus .bd li a {
	display: block;
	width: 320px;
	height: 180px;
	position: relative;
}
.f_focus .bd img {
	width: 320px;
	height: 180px;
	display: block;
}
.f_focus .close {
	height: 25px;
	width: 25px;
	background: url(../Img/adclose.png) no-repeat center center;
	background-size: 20px auto;
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	z-index: 5;
}
/*
* 大事件
*/
.bigEvent {
	width: 100%;
	overflow: hidden;
}
.bigEvent_dl {
	width: 100%;
	overflow: hidden;
	background: url(../Img/bigeventicon1.png) repeat-y 29px top;
}
.bigEvent_dl dd {
	padding-left: 80px;
	overflow: hidden;
	background: url(../Img/bigeventicon2.png) no-repeat 20px top;
	position: relative;
	margin-bottom: 20px;
}
/*.bigEvent_dl dd.bigBg{
	background: url(../Img/bigeventicon2.png) no-repeat;
	background-size:21px 98px;
	background-position:21px top;
}*/

.bigEventTit {
	height: 53px;
	overflow: hidden;
	line-height: 53px;
	font-size: 24px;
	color: #152d79;
	border-bottom: 3px dotted #152d79;
	margin-bottom: 15px;
}
.bigEventCont {
	overflow: hidden;
	font-size: 14px;
	color: #666;
	line-height: 28px;
}
/*
* 投资领域
*/
.tzlyTitle {
	clear: both;
	overflow: hidden;
	font-size: 16px;
	font-weight: bold;
	color: #666;
	margin: 20px 0 0 0;
}
.tzlyText1 {
	clear: both;
	overflow: hidden;
	line-height: 32px;
	padding: 10px 0;
	font-size: 14px;
	color: #666;
}
.tzlyList {
	clear: both;
	overflow: hidden;
	padding: 10px 0 0 0;
}
.tzlyList dd {
	width: 300px;
	height: 30px;
	line-height: 30px;
	float: left;
	font-size: 16px;
}
/*2016-8-24*/
.adScroll{
	position: relative;
}
.adbox {
	height: 489px;
	width: 100%;
	clear: both;
	overflow: hidden;
}
.adClose .close {
	width: 25px;
	height: 25px;
	cursor: pointer;
	background: url(../Img/adclose.png) no-repeat center center;
}
.adClose {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.adbox2 {
	height: 150px;
	width: 100%;
	clear: both;
	overflow: hidden;
}
.adbox2 .close {
	width: 25px;
	height: 25px;
	cursor: pointer;
	background: url(../Img/adclose.png) no-repeat center center;
}
/*2016-9-1*/
.leadertype {
	height: 45px;
	margin: 10px auto;
	clear: both;
	overflow: hidden;
}
.leadertype a {
	width:225px;
	height: 45px;
	text-align: center;
	background: #f5f5f5;
	color: #666;
	font-size: 16px;
	float: left;
	display: inline;
	line-height: 45px;
}
.leadertype a.hover {
	color: #fff;
	background: #74a6e7;
}

/*ycj 新增 2017.8.9*/

.searchBox{
	clear:both;
	overflow:hidden;
	padding:30px 0 0 0;
	}
.searchBox input{
	display:block;
	float:left;
	line-height:25px;
	padding:3px 5px;
	border:1px solid #ccc;
	font-family:"microsoft yahei";
	}
.searchBox input.input1{ width:300px;}
.searchBox span{
	line-height:31px;
	float:left;
	display:block;
	padding:0 5px;
	}
.searchBox button{
	display:block;
	border:none;
	line-height:33px;
	padding:0 15px;
	color:#fff;
	background:#152d79;
	font-family:"microsoft yahei";
	cursor:pointer;
	margin:0 0 0 10px;
	float:left;
	outline:none;
	}
	
.tzlyBox{
	width:1200px;
	height:720px;
	position:relative;
	background:url(../Img/tzly.png) no-repeat;
	}
.tzlyBox a{
	width:115px;
	height:32px;
	display:block;
	position:absolute;
	left:0px;
	top:280px;
	}
.tzlyBox a.a1{}
.tzlyBox a.a2{ width:85px;left:137px;}
.tzlyBox a.a3{ width:85px;left:247px;}
.tzlyBox a.a4{ width:112px;left:349px;}
.tzlyBox a.a5{ width:111px;height:42px;left:480px;}
.tzlyBox a.a6{ width:112px;height:42px;left:606px;}
.tzlyBox a.a7{ width:110px;left:736px;}
.tzlyBox a.a8{ width:110px;left:860px;}
.tzlyBox a.a9{ width:100px;height:42px;left:993px;}
.tzlyBox a.a10{ width:85px;left:1116px;}


.tzlyBox a.b1{top:400px; width:32px; height:300px;left:17px;}
.tzlyBox a.b2{top:400px; width:32px; height:300px;left:64px;}
.tzlyBox a.b3{top:400px; width:32px; height:300px;left:163px;}
.tzlyBox a.b4{top:400px; width:32px; height:300px;left:227px;}
.tzlyBox a.b5{top:400px; width:32px; height:300px;left:273px;}

.tzlyBox a.b6{top:400px; width:32px; height:300px;left:320px;}
.tzlyBox a.b7{top:400px; width:32px; height:300px;left:364px;}
.tzlyBox a.b8{top:400px; width:32px; height:300px;left:410px;}
.tzlyBox a.b9{top:400px; width:32px; height:300px;left:475px;}
.tzlyBox a.b10{top:400px; width:32px; height:300px;left:520px;}

.tzlyBox a.b11{top:400px; width:32px; height:300px;left:567px;}
.tzlyBox a.b12{top:400px; width:32px; height:300px;left:624px;}
.tzlyBox a.b13{top:400px; width:32px; height:300px;left:673px;}
.tzlyBox a.b14{top:400px; width:32px; height:300px;left:753px;}
.tzlyBox a.b15{top:400px; width:32px; height:300px;left:800px;}
.tzlyBox a.b16{top:400px; width:32px; height:300px;left:858px;}
.tzlyBox a.b17{top:400px; width:32px; height:300px;left:946px;}
.tzlyBox a.b18{top:400px; width:32px; height:300px;left:1141px;}

.tzlyBox a.b19{top:400px; width:32px; height:300px;left:903px;}



/*title*/
.TitleBox{ height:117px; clear:both; overflow:hidden; width:1200px; margin:0 auto;}
.indextitle{ height:40px; background:#dbb105; line-height:40px; color:#fff; clear:both; overflow:hidden; padding:0 15px 0 0px;}
.indextitle span{ font-size:16px; float:left; display:inline; padding-right:38px; padding-left:15px; height:40px; background:#152d79 url(../Img/ticn.jpg) no-repeat right center;}
.indextitle .more{ float:right; display:inline; color:#FFF;}
.indextitle .more:visited{ color:#FFF;}
.indextitle .more:hover{ color:#FFF; text-decoration:underline;}
.indextitle .more:active{ color:#FFF;}
.indextitle.indextitle2 span{ padding:0 15px; background:#152d79; position:absolute; left:0px; top:0px;}
.indextitle.indextitle2{ background:#FFF; border-bottom:2px solid #e97a40; position:relative; height:38px; line-height:38px; overflow:visible;}
.indextitle3{ height:40px; background:#FFF; line-height:40px; color:#fff; clear:both; overflow:hidden; padding:0 15px 0 0px; position:relative;}
.indextitle3L{ position:absolute; left:0px; top:0px; overflow:hidden;}
.indextitle3L span{ font-size:16px; float:left; display:inline; padding-right:15px; padding-left:15px; height:40px; background:#dbb105; color:#856542; cursor:pointer;}
.indextitle3L span.hover{ background:#152d79; color:#FFF;}
.indextitle3 .more{ float:right; display:inline; color:#FFF;}
.indextitle3 .more:visited{ color:#FFF;}
.indextitle3 .more:hover{ color:#FFF; text-decoration:underline;}
.indextitle3 .more:active{ color:#FFF;}
.contentBox{ width:1200px; overflow:hidden; min-height:200px; height:auto !important; height:200px;}
.contentBox dl{ padding:15px; overflow:hidden; background:#fff; height:216px;}
.contentBox dl dd{ height:35px; line-height:35px; clear:both; overflow:hidden; border-bottom:1px dotted #cccccc;}
.contentBox dl span{ float:right; display:inline;}

.jbxxMenu{ overflow: hidden; margin-bottom: 20px;}
.jbxxMenu{background-color:#fff;border: 1px #d8d8d8 solid;}
.jbxxMenu dd{float:left;border-left:1px #d8d8d8 solid;margin-left:-1px;width:20%;*width:19.9%;}
.jbxxMenu dd a{display:block;font-size:16px;text-align: center;height:66px;line-height: 66px;}
.jbxxMenu dd.hover,.jbxxMenu hover.active{border-left-color:#152d79;background-color: #152d79;}
.jbxxMenu dd.hover a,.jbxxMenu hover.active a{color:#fff;}

.indexSubBanner{ overflow: hidden;}
.indexSubBanner img{ width: 100%;}


/** 招聘表格 **/
.baseInfo { width:100%;}
.baseInfo .zhaopintitle { font-size: 16px; font-weight: bold; color: #000; padding-top: 10px; padding-bottom: 10px }
.baseInfo table.tb1 input[type='text'] { border: 1px solid #b7b7b7; height: 30px; border-radius: 3px; padding-left: 5px }
.baseInfo table.tb1 td { font-size: 14px; color: #000; height: 50px; }
.baseInfo td span { color: Red }
.baseInfo .tbsm { width:95%;border-radius:5px;border:1px solid #f5f5f5;background:#f9f9f9;color:#6e6e6e;font-size:14px;padding:2%;margin-top:10px;}
.baseInfo .tbsm div.sbsm-title {font-size:15px;font-weight:bold }
.baseInfo .tbsm p { padding: 0 !important; margin: 0 !important; line-height: 25px; }
.baseInfo table.tb2 { width:100%;}
.baseInfo table.tb2 input[type='text'] { border: 1px solid #b7b7b7; height: 30px; border-radius: 3px; padding-left: 5px;width:140px;margin-right:0!important }
.baseInfo .error { border:1px solid red!important;background:#f3d907!important}
.baseInfo table.tb2 td div.layui-unselect input[type='text'] { width: 147px !important; }
.baseInfo table.tb2 td { font-size: 14px; color: #000; height: 50px; }
.baseInfo table.tb2 table { width:100%;border:1px solid red;}
.baseInfo table.tb2 table td { height:35px;border:1px solid #d5d5d5}
.baseInfo table.tb2 table td input[type='text'] { width: 100%;border:0 }
.baseInfo table.tb2 textarea { width: 96%; height: 160px; border: 1px solid #b7b7b7; border-radius: 5px;padding:2%;background:#fafafa;resize:none}
.baseInfo table.tb2 table tr.f { background: #FAFAFA; }
.baseInfo table.tb2 table tr.f td { text-align:center; text-indent:0}
.baseInfo table.tb2 td.brcn { font-size:16px;font-weight:bold}
.baseInfo table.tb2 td.brcn div { width:90%;margin:0 auto; cursor:pointer}
.baseInfo table.tb2 td.brcn div label { display:inline-block;width:25px;height:25px; vertical-align:middle;margin-right:15px;background:url(../Img/i-002.png) center no-repeat;background-size:25px;}
.baseInfo table.tb2 td.brcn div label.checked { background: url(../Img/i-001.png) center no-repeat; background-size: 25px; }
.baseInfo table.tb2 td input[type='button'] { width:120px;background:#004ea2;height:35px;color:#fff;border:0;border-radius:5px;font-size:16px;margin:0 auto}
.baseInfo table.tb2 #btnUpload { width: 360px; height: 60px; border: 1px dotted gray; margin: 0 auto; text-align: center; font-size: 16px; font-weight: bold; padding-bottom:10px;;padding-top: 100px; border-radius: 3px; cursor: pointer; background: url(../Img/i-003.jpg) no-repeat center 35px }
.baseInfo table.tb2 #btnUpload2 { width: 360px; height: 60px; border: 1px dotted gray; margin: 0 auto; text-align: center; font-size: 16px; font-weight: bold; padding-bottom: 10px;; padding-top: 100px; border-radius: 3px; cursor: pointer; background: url(../Img/i-003.jpg) no-repeat center 35px;color:red}
.baseInfo table.tb2 #btnUpload p { font-size: 14px; font-weight: normal; color: gray; padding: 0 !important; margin: 0 !important; height: 15px; line-height: 15px; }
.baseInfo table.tb2 #btnUpload2 p { font-size: 14px; font-weight: normal; color: gray; padding: 0 !important; margin: 0 !important; height: 15px; line-height: 15px; }
.baseInfo table.tb2 #uploadfilelist { width: 240px; position:absolute;right:0;top:0 }
.baseInfo table.tb2 .fileitem { width: 240px; height: 35px; position:relative }
.baseInfo table.tb2 .fileitem p { width: 180px; overflow: hidden; height: 20px; line-height: 20px; text-overflow: ellipsis; white-space: nowrap; padding-left:20px;background:url(../Img/i-004.png) no-repeat left center;background-size:18px; }
.baseInfo table.tb2 .fileitem span { cursor:pointer;float:right;display:block;width:20px;height:20px;position:absolute;right:0;top:0;background:url(../Img/i-005.png) center no-repeat;background-size:18px}

.msgx-info { font-size: 18px !important; color: red; font-weight: bold }
.success-msg { color: #000; font-size: 16px !important; }

.picScroll-left{
	width: 1200px;
	height: auto;
	overflow: hidden;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
	margin-bottom:60px;
	padding-top:10px;
}
.picScroll-left .hd .prev{isplay:block;  float:left; margin-left:5px; margin-top:60px;  overflow:hidden;
			 cursor:pointer; }
.picScroll-left .hd .next{ display:block;  float:right; margin-right:5px; margin-top:60px;  overflow:hidden;
			 cursor:pointer; }	 
.picScroll-left .bd{ padding-top:20px;margin-left:40px; margin-right:40px;}
.picScroll-left .bd ul{ overflow:hidden;}
.picScroll-left .bd ul li{ margin:0 10px;width:265px;float:left;display:inline; overflow:hidden; text-align:center;  }
.picScroll-left .bd ul li .pic{text-align:center; margin:0 auto;}
.picScroll-left .bd ul li .pic img{ text-align:center;}
.picScroll-left .bd ul li .title{ line-height:50px; text-align:center;}
